

@font-face { 
	font-family: Montserrat-Regular; src: url('../font/Montserrat/static/Montserrat-Regular.ttf');
	font-family: Montserrat-Thin; src: url('../font/Montserrat/static/Montserrat-Thin.ttf');
	font-family: Montserrat-Light; src: url('../font/Montserrat/static/Montserrat-Light.ttf');
}

.montserrat-regular { font-family: Montserrat-Regular; }
.montserrat-thin { font-family: Montserrat-Thin; }
.montserrat-light { font-family: Montserrat-Light; }



tr td {
	font-family: Montserrat-Light;
}


* {box-sizing: border-box;}

.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}
